home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01534_Script_1534 < prev    next >
Text File  |  1995-05-21  |  529b  |  28 lines

  1. on mouseDown
  2.   put "NoBtn" into f
  3.   put "NoBtnHL" into fHL
  4.   hiliter 13, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global gTheDay, whichOutcome, whoIsIt, yesOrNo
  13.   
  14.   set the castNum of sprite 13 = cast "NoBtn"
  15.   updatestage
  16.   
  17.   
  18.   
  19.   if whoIsIt = "Skippy" then put "SkippyMugCont" into whichOutcome
  20.   if whoIsIt = "Phillip" then put "PhillipNoPayCont" into whichOutcome
  21.   
  22.   set yesOrNo = "no"
  23.   puppetsprite 3, false
  24.   go to the frame + 1
  25.   puppetsound 0
  26.   updatestage
  27. end
  28.